-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency tsconfck to v3 #224
Conversation
|
e0416a6
to
1794826
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #224 +/- ##
=======================================
Coverage 85.39% 85.39%
=======================================
Files 8 8
Lines 1780 1780
Branches 286 286
=======================================
Hits 1520 1520
Misses 259 259
Partials 1 1 ☔ View full report in Codecov by Sentry. |
94330e0
to
e05e113
Compare
b6aa6aa
to
782c8a7
Compare
782c8a7
to
dfaf0e5
Compare
* Drop Node'js < v18 and TypeScript < v5 as required by tsconfck v3 See #224 * update lockfile
This PR contains the following updates:
^2.1.0
->^3.0.0
Release Notes
dominikg/tsconfck (tsconfck)
v3.0.0
Compare Source
Major Changes
breaking(node): minimum supported node version is node18 (#107)
breaking(exports): remove cjs export (#107)
breaking(exports): remove package.json export (#107)
breaking(peerDependencies): minimum supported typescript version for parseNative and findNative is 5.0 (#107)
breaking(parse): include js extensions with allowJs: true (#132)
breaking(parse): resolve with empty result for missing tsconfig file, remove option resolveWithEmptyIfConfigNotFound (#115)
breaking(cache): Replace simple Map cache with a dedicated TSConfckCache (#132)
breaking(find): remove tsconfigPaths option, use cache + ignoreNodeModules instead. (#112)
breaking(find): add ignoreNodeModules option as a replacement for using tsconfigPaths to ignore node_modules (#128)
breaking(errors): throw ENOENT from parse if input .json filename does not exist. throw custom error if exists but is no file (#121)
Minor Changes
feat(exports): export unbundled esm js (#107)
feat(exports): export types as module declaration, including a .d.ts.map (#107)
perf(find): switch to fs.stat callback for async improve cache usage (#115)
feat(find): add configName option to support jsconfig.json (#132)
feat(findNative): add find options (cache, root) (#112)
Patch Changes
fix(parseNative): return empty result for not found to align with parse (#121)
fix(types): use import condition for types to avoid masquerading as cjs (#130)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.